BlitTo(Surface, Rectangle?, Rectangle?)

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Surface


Performs a scaled surface copy to a destination surface.

Syntax

public void BlitTo(
	Surface destination,
	Rectangle? srcRect,
	Rectangle? dstRect
)

Parameters

srcRect

Rectangle to be copied, or null to copy entire surface

destination

Blit target

dstRect

Rectangle that is copied into, or null to copy into the entire surface


Back to index